From: Roland McGrath Date: Wed, 7 Apr 1993 19:57:10 +0000 (+0000) Subject: (compilation-parse-errors): Remove debugging setq. X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1^2~5^2~96587 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=e0446ff70d421c7d8450806ce4bc537e90127503;p=emacs.git (compilation-parse-errors): Remove debugging setq. --- diff --git a/lisp/progmodes/compile.el b/lisp/progmodes/compile.el index ab942de603d..30697318ebc 100644 --- a/lisp/progmodes/compile.el +++ b/lisp/progmodes/compile.el @@ -952,7 +952,6 @@ See variable `compilation-parse-errors-function' for the interface it uses." (while (and alist (null (match-beginning (car (car alist))))) (setq alist (cdr alist))) - (setq losing-data (match-data)) (if alist (setq alist (car alist)) (error "compilation-parse-errors: impossible regexp match!"))